.borderd {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.page_tit {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 30px;
  position: relative;
}
/* .page_tit:after{
    content:"";
    width:50px;
    height:2px;
    background:#222;
    position:absolute;
    left:0;
    top:-7px;
} */
.menu_list {
  padding: 20px;
}
.menu_list .section.open .item .flex {
  display: block;
}

.menu_list .section .item .thumb {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.menu_list .section .item .thumb button {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.menu_list .section .item .thumb button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu_list .section .item .info {
  width: 100%;
}

.menu_list .section .item .info .price {
  margin: 0 0 20px;
}
.menu_list .section .item .info .price div {
  text-align: right;
  font-size: 17px;
  font-weight: bold;
  color: #ec463d;
  line-height: 2;
}
.menu_list .section .item .info .price div span {
  color: #ec463d;
}
.menu_list .section .item .info .price div span.order_num {
  padding: 4px 20px;
  font-size: 16px;
  margin-left: 10px;
  background: #0195f7;
  border-radius: 5px;
  color: #fff;
}
.menu_list .section .item .info .price div span.tax {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.menu_list .section .item .info .name strong {
  font-size: 17px;
}
.menu_list .section .item .info .name p {
  font-size: 15px;
}
.menu_list .section .item .desc {
  margin: 15px 0 10px;
  font-size: 14px;
}
.menu_list .section .item .desc + p {
  font-size: 14px;
  line-height: 1.5;
  word-break: keep-all;
}
.menu_list .section.open .item {
  border-bottom: 0;
}
.menu_list .section.open > .item {
  border-bottom: 0;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 0.5rem;
  margin-bottom: 20px;
}
.ingredient {
  margin-top: 20px;
}
.menu_list .section .item .ingredient .item {
  width: 100%;
  border-radius: 5px;
  margin-top: -1px;
  padding: 0;
  margin-bottom: 0;
  & .flex {
    display: flex;
  }
}

button.line {
  border: 1px solid var(--surfcolor);
  color: var(--surfcolor);
  border-radius: 5px;
  padding: 8px 20px;
  width: 60%;
  margin-top: 5px;
  font-size: 14px;
  margin-left: 20%;
}

.depth02_slide {
  width: 100%;
  padding: 0 20px 20px !important;
  box-sizing: border-box;
}
.depth02_slide ul li {
  padding: 10px 16px;
  background: #f5f5f5;
  color: #494949;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  width: auto;
}
.depth02_slide ul li.on {
  background: #ec463d;
  color: #fff;
}
.depth02_slide ul li.on a {
  color: #fff;
}
.menu_list .section .item .ingredient a {
  flex-wrap: nowrap;
  align-items: center;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border: 0;
  padding: 0px 50px 10px 10px;
  background: url("../images/arrow-right.svg") no-repeat 94% 50%;
  box-sizing: border-box;
  margin-top: -1px;
}

.menu_list .section .item .ingredient div.thumb {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  margin: 0 10px 0 0;
  box-sizing: border-box;
}

.menu_list .section .item .ingredient div.thumb img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.menu_list .section .item .ingredient div.thumb + div {
  width: calc(100% - 100px);
}

.menu_list .section .item .ingredient div strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
  margin-bottom: 7px;
}

.menu_list .section .item .ingredient div p {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  color: #494949;
  width: calc(100% - 20px);
  white-space: wrap;
  line-height: 1.3;
}

.foodmall_tabs {
  margin: 10px 0 20px;
  display: flex;
  padding: 0;
}
.foodmall_tabs li {
  flex: 1;
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.foodmall_tabs li a {
  color: #bfbfbf;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.foodmall_tabs li:last-child {
  border-right: 0;
}
.foodmall_tabs li.active {
  background: #222;
}
.foodmall_tabs li.active a {
  color: #fff;
}

/* foomall view page */
.mall_tit {
  width: 100%;
  margin-bottom: 20px;
}
.mall_tit h2 {
  font-size: 18px;
  font-weight: bold;
  color: var(--black222);
  margin-bottom: 6px;
}
.mall_tit span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--gray66);
}
